API

Finance APIs

GET finance/bank-accounts

List of bank accounts used by the current company

HTTP method GET
URI https://api.rambase.net/finance/bank-accounts
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 493, version 16

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

AccountNumber String Account number used to identify the bank account.
BankAccountId Integer Bank account identifier.
Currency String Currency used for the bank account.
GeneralLedgerAccountId Integer General ledger account identifier.
IBAN String The International Bank Account Number (IBAN) is an internationally agreed means of identifying bank accounts across national borders with a reduced risk of transcription errors.
ImportBankStatements Boolean Indicates if the bank statements will be handled via the BankConnector.
Name String Name of bank account.
Status Integer Status of bank account.
SWIFTCode String The SWIFT (Society for Worldwide Interbank Financial Telecommunication) Code is a standard format for Business Identifier Codes (BIC) and it's used to uniquely identify banks and financial institutions globally. These codes are used when transferring money between banks, in particular for international wire transfers or SEPA payments..

Read more about filters and sorting on how to use sortable parameters

AccountNumber String Account number used to identify the bank account
BankAccountId Integer Bank account identifier
Currency String Currency used for the bank account
GeneralLedgerAccountId Integer General ledger account identifier
IBAN String The International Bank Account Number (IBAN) is an internationally agreed means of identifying bank accounts across national borders with a reduced risk of transcription errors.
ImportBankStatements Boolean Indicates if the bank statements will be handled via the BankConnector
Name String Name of bank account
Status Integer Status of bank account
SWIFTCode String The SWIFT (Society for Worldwide Interbank Financial Telecommunication) Code is a standard format for Business Identifier Codes (BIC) and it's used to uniquely identify banks and financial institutions globally. These codes are used when transferring money between banks, in particular for international wire transfers or SEPA payments.

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<BankAccounts>
2
     <BankAccount>
3
          <BankAccountId
BankAccountId

Bank account identifier

>
{Integer}</BankAccountId>
4
          <Status
Status

Status of bank account

Possible domain values can be found here

>
{Integer}</Status>
5
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <Name
Name

Name of bank account

>
{String}</Name>
7
          <AccountNumber
AccountNumber

Account number used to identify the bank account

>
{String}</AccountNumber>
8
          <Type
Type

Type of the bank account, f.e. BBAN, Bankgiro, Plusgiro, ...

Possible domain values can be found here

>
{String}</Type>
9
          <Currency
Currency

Currency used for the bank account

Possible domain values can be found here

>
{String}</Currency>
10
          <IBAN
IBAN

The International Bank Account Number (IBAN) is an internationally agreed means of identifying bank accounts across national borders with a reduced risk of transcription errors.

>
{String}</IBAN>
11
          <RegionalId
RegionalId

Regional bank identifier of the bank account

>
{String}</RegionalId>
12
          <ExternalClearingSystemIdentificationCode
ExternalClearingSystemIdentificationCode

Clearing codes are specified by ISO20022

>
13
               <Code
Code

Clearing code of the bank account

Possible domain values can be found here

>
{String}</Code>
14
               <BankIdentifier
BankIdentifier

Clearing bank identifier of the bank account

>
{String}</BankIdentifier>
15
          </ExternalClearingSystemIdentificationCode>
16
          <Bank>
17
               <SWIFTCode
SWIFTCode

The SWIFT (Society for Worldwide Interbank Financial Telecommunication) Code is a standard format for Business Identifier Codes (BIC) and it's used to uniquely identify banks and financial institutions globally. These codes are used when transferring money between banks, in particular for international wire transfers or SEPA payments.

>
{String}</SWIFTCode>
18
               <Phone
Phone

Bank phone number

>
{String}</Phone>
19
               <Address
Address

Address of the bank associated with the bank account

>
20
                    <AddressLine1
AddressLine1

First address line

>
{String}</AddressLine1>
21
                    <AddressLine2
AddressLine2

Second address line

>
{String}</AddressLine2>
22
                    <PostalCode
PostalCode

Postalcode/Postcode/ZIP

>
{String}</PostalCode>
23
                    <City
City

City/town/village

>
{String}</City>
24
                    <Country
Country

English name of country.

>
{String}</Country>
25
                    <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

>
{String}</CountryCode>
26
               </Address>
27
          </Bank>
28
          <GeneralLedgerAccount
GeneralLedgerAccount

Finance account associated with the bank account

>
29
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
30
               <AccountNumber
AccountNumber

The account number of the general ledger account

>
{String}</AccountNumber>
31
               <Name
Name

Name of general ledger account

>
{String}</Name>
32
               <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
33
          </GeneralLedgerAccount>
34
          <IsUsedFor>
35
               <Clearing
Clearing

Indicates if the bank account is used for clearing

>
{Boolean}</Clearing>
36
               <VATSettlement
VATSettlement

Indicates if the bank account is used for VAT settlement

>
{Boolean}</VATSettlement>
37
               <CreditCardTransaction
CreditCardTransaction

Indicates if the bank account can be used for credit card payments

>
{Boolean}</CreditCardTransaction>
38
               <Factoring
Factoring

Indicates if the bank account is used for factoring

>
{Boolean}</Factoring>
39
          </IsUsedFor>
40
          <IsUsedOnOutput>
41
               <SalesInvoice
SalesInvoice

Indicates if the bank account is used on print for outgoing invoices

>
{Boolean}</SalesInvoice>
42
               <ProformaInvoiceBasedOnSalesOrder
ProformaInvoiceBasedOnSalesOrder

Indicates if the bank account is used on print for proforma invoices, based on sales order

>
{Boolean}</ProformaInvoiceBasedOnSalesOrder>
43
               <ProformaInvoiceBasedOnShippingAdvice
ProformaInvoiceBasedOnShippingAdvice

Indicates if the bank account is used on print for proforma invoices, based on shipping advice

>
{Boolean}</ProformaInvoiceBasedOnShippingAdvice>
44
               <Dunning
Dunning

Indicates if the bank account is used on print for dunnings

>
{Boolean}</Dunning>
45
          </IsUsedOnOutput>
46
          <PaymentTotals>
47
               <Currency
Currency

Currency used for the bank account

>
{String}</Currency>
48
               <CurrentBalance
CurrentBalance

Opening balance for current year

>
{Decimal}</CurrentBalance>
49
          </PaymentTotals>
50
          <BankAccountLink
BankAccountLink

Bank reference

>
{String}</BankAccountLink>
51
     </BankAccount>
52
     <Paging
Paging

Detailed paging information for this list.

>
53
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
54
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
55
          <Page
Page

Page index

>
{Integer}</Page>
56
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
57
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
58
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
59
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
60
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
61
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
62
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
63
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
64
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
65
     </Paging>
66
</BankAccounts>
1
{
2
     "bankAccounts": [
3
          {
4
               "bankAccountId
BankAccountId

Bank account identifier

":
"{Integer}",
5
               "status
Status

Status of bank account

Possible domain values can be found here

":
"{Integer}",
6
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
7
               "name
Name

Name of bank account

":
"{String}",
8
               "accountNumber
AccountNumber

Account number used to identify the bank account

":
"{String}",
9
               "type
Type

Type of the bank account, f.e. BBAN, Bankgiro, Plusgiro, ...

Possible domain values can be found here

":
"{String}",
10
               "currency
Currency

Currency used for the bank account

Possible domain values can be found here

":
"{String}",
11
               "iBAN
IBAN

The International Bank Account Number (IBAN) is an internationally agreed means of identifying bank accounts across national borders with a reduced risk of transcription errors.

":
"{String}",
12
               "regionalId
RegionalId

Regional bank identifier of the bank account

":
"{String}",
13
               "externalClearingSystemIdentificationCode
ExternalClearingSystemIdentificationCode

Clearing codes are specified by ISO20022

":
{
14
                    "code
Code

Clearing code of the bank account

Possible domain values can be found here

":
"{String}",
15
                    "bankIdentifier
BankIdentifier

Clearing bank identifier of the bank account

":
"{String}"
16
               },
17
               "bank": {
18
                    "sWIFTCode
SWIFTCode

The SWIFT (Society for Worldwide Interbank Financial Telecommunication) Code is a standard format for Business Identifier Codes (BIC) and it's used to uniquely identify banks and financial institutions globally. These codes are used when transferring money between banks, in particular for international wire transfers or SEPA payments.

":
"{String}",
19
                    "phone
Phone

Bank phone number

":
"{String}",
20
                    "address
Address

Address of the bank associated with the bank account

":
{
21
                         "addressLine1
AddressLine1

First address line

":
"{String}",
22
                         "addressLine2
AddressLine2

Second address line

":
"{String}",
23
                         "postalCode
PostalCode

Postalcode/Postcode/ZIP

":
"{String}",
24
                         "city
City

City/town/village

":
"{String}",
25
                         "country
Country

English name of country.

":
"{String}",
26
                         "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

":
"{String}"
27
                    }
28
               },
29
               "generalLedgerAccount
GeneralLedgerAccount

Finance account associated with the bank account

":
{
30
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
31
                    "accountNumber
AccountNumber

The account number of the general ledger account

":
"{String}",
32
                    "name
Name

Name of general ledger account

":
"{String}",
33
                    "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}"
34
               },
35
               "isUsedFor": {
36
                    "clearing
Clearing

Indicates if the bank account is used for clearing

":
"{Boolean}",
37
                    "vATSettlement
VATSettlement

Indicates if the bank account is used for VAT settlement

":
"{Boolean}",
38
                    "creditCardTransaction
CreditCardTransaction

Indicates if the bank account can be used for credit card payments

":
"{Boolean}",
39
                    "factoring
Factoring

Indicates if the bank account is used for factoring

":
"{Boolean}"
40
               },
41
               "isUsedOnOutput": {
42
                    "salesInvoice
SalesInvoice

Indicates if the bank account is used on print for outgoing invoices

":
"{Boolean}",
43
                    "proformaInvoiceBasedOnSalesOrder
ProformaInvoiceBasedOnSalesOrder

Indicates if the bank account is used on print for proforma invoices, based on sales order

":
"{Boolean}",
44
                    "proformaInvoiceBasedOnShippingAdvice
ProformaInvoiceBasedOnShippingAdvice

Indicates if the bank account is used on print for proforma invoices, based on shipping advice

":
"{Boolean}",
45
                    "dunning
Dunning

Indicates if the bank account is used on print for dunnings

":
"{Boolean}"
46
               },
47
               "paymentTotals": {
48
                    "currency
Currency

Currency used for the bank account

":
"{String}",
49
                    "currentBalance
CurrentBalance

Opening balance for current year

":
"{Decimal}"
50
               },
51
               "bankAccountLink
BankAccountLink

Bank reference

":
"{String}"
52
          }
53
     ],
54
     "paging
Paging

Detailed paging information for this list.

":
{
55
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
56
          "position
Position

Position of the first element in the list

":
"{Integer}",
57
          "page
Page

Page index

":
"{Integer}",
58
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
59
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
60
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
61
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
62
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
63
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
64
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
65
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
66
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
67
     }
68
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 101999 HTTP 404 Bank account not found
Error 104558 HTTP 400 The YEAR parameter is invalid